Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This is Crowdstrike base template which is used to generate access token and this is used in actual crowdstrike templates. This playbook gets triggered when a new Http request is created and this is being called from other Crowdstrike playbooks.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | CrowdStrike Falcon Endpoint Protection |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
keyvault |
Managed | 0 | 2 |
http |
Built-in | 0 | 1 |
keyvault (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_secret_-_Client_ID | get | /secrets/@{encodeURIComponent(variables('ClientID'))}/value |
— |
| Get_secret_-_Client_Secret | get | /secrets/@{encodeURIComponent(variables('ClientSecret'))}/value |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_-_Get_Access_Token | POST | @{variables('FalconHost')}/oauth2/token |
— |
📄 Source: CrowdStrike_Base/readme.md
This is Crowdstrike base template which is used to generate access token and this is used in actual crowdstrike templates. This playbook gets triggered when a new Http request is created and this is being called from other Crowdstrike playbooks.

Deploy the playbook by clicking on "Deploy to Azure" button. This will take you to deploying an ARM Template wizard.
Fill in the required parameters:
Once deployment is complete, we need to add the playbook in the access policy of the Keyvault learn how
When a http request is received from another playbook or if this playbook is run manually, this playbook will be triggered
Initialize a string variable which holds the ClientID key name from Keyvault
Initialize a string variable which holds the ClientSecret key name from Keyvault
This gets the Client Id secret Value from Keyvault
This gets the ClientSecret secret Value from Keyvault
Initialize a string variable which holds the crowdstrike host Url
This action will get the OAuth2 access token from Crowdstike using ClientID and ClientSecret as inputs
This action will parse the response in to Json format
This holds the access token and Crowdstrike host URL
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to CrowdStrike Falcon Endpoint Protection